home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / text1 / cms_help_files / sms.helpmark < prev    next >
Text File  |  1991-10-23  |  2KB  |  51 lines

  1. +-----------------------------------------------------------------------------+
  2. |                                selectmathset                                |
  3. +-----------------------------------------------------------------------------+
  4.  
  5. \selectmathset{cm97m}{mathdefault}
  6. \mathdefault
  7.  
  8. Abbreviation:  π|\smsπ%
  9.  
  10. Parameters:    π|catalog name, user's referenceπ%
  11.  
  12.     π|Description:π%
  13. The \selectmathset  markup loads type for  use by math mode.   Superscripted
  14. footnotes, and  mathematical equations,  require the TEXT1  math mode.   For
  15. composing printers,  the default for  the primary (script) math  set that is
  16. used to set super or subscripts  is a 9 point Computer Modern, the secondary
  17. (script-script) math set which  is used to set super-super or sub-subscripts
  18. is 7 point  Computer Modern.  TEXT1 typewriter  printers do not support math
  19. mode.  The format of this markup is
  20.  
  21. \selectmathset{catalog name}{user's reference name}
  22.  
  23. where catalog name  is the system name  for that math set.   (Complete lists
  24. of the  catalog names can be  found by going  to the TEXT1 help  menu, or by
  25. looking in  the Font Catalogs.)   The design  of this name is  such that the
  26. first digit(s)  is the  primary (script)  size, the  second digit(s)  is the
  27. secondary (script-script) size.  The  user's reference is a name of your own
  28. devising.  This name, when prefaced with a backslash will give you access to
  29. that math set.
  30.     Typically,  the \selectmathset  markup is  placed in  the front  of your
  31. document with your \selectfontset markup.
  32.  
  33.     π|Example:π%
  34. This math  mode example uses  a primary 14  point math font,  instead of the
  35. default, and a secondary math font of 12 point.
  36.  
  37. \selectmathset{cm1412m}{bigmath}
  38. \selectfontset{cm18}{bigfont}{default}
  39. \bigfont
  40. \bigmath
  41. Human intelligence became possible when
  42. @@C_{14}\to C_{1.4 \bullet 10^6}@@
  43.  
  44.     π|Notes:π%
  45. Typically, the \selectmathset markup is placed in the front of your document
  46. with your \selectfontset markup.
  47.     TEXT1 typewriter printers do not support math mode.
  48.     Only  the super  and  subscripts are  affected  by the  math  mode fonts
  49. selected with the \selectmathset markup.
  50.     See The TEXbook for more on math mode.
  51.